home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
mh032087.arc
/
BATCH1.BAT
next >
Wrap
DOS Batch File
|
1987-03-10
|
692b
|
25 lines
echo off
cls
rem This file tests the Batch Logon routine.
rem RENAME this file to BATCHLOG.BAT, and set BATCHLOG=Y in the .CNF file.
rem
rem If BATCHLOG.BAT is not executed, the Security = 0.
rem
rem %0 = mhjump.bat, %1 = port#, %2 = 1st entry in org path, %3 = current dir.
rem
rem If SECURITY = NEWUSER then MINIHOST.T01 will be displayed.
rem
rem If USER is a negitive number then the user is logged off.
rem
rem [USER field length = 25 characters]
rem
path %2;%3
path
echo USER=JOE BLOW>>batchlog.dat
echo SECURITY=5>>batchlog.dat
echo TIMELIMIT=60>>batchlog.dat
echo KBDTIMER=3>>batchlog.dat
echo BUZZBACK=373-0954>>batchlog.dat
echo ANSI=Y>>batchlog.dat
pause